﻿body {
    font-family: 微软雅黑;
    font-size: 14px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    border: none;
}

a:hover {
    color: red;
}

.bodywidth {
    width: 1200px;
    margin: auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.top {
    background: #F7F7F7;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px #E6E6E6 solid;
}

.top .left a {
    color: #999;
    display: block;
    position: relative;
    top: 0;
    transition: all .4s;
}

.top .left a:hover {
    color: red;
    text-decoration: underline;
    top: -2px;
    transition: all .4s;
}

.top .right {
    width: 400px;
}

.top .right ul li {
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-indent: 40px;
    cursor: pointer;
}

.top .right ul li a {
    color: #999;
}

.top .right ul li a:hover {
    color: red;
    text-decoration: underline;
}

.top .right ul li.icon1 {
    background: url('icon1.fw.png') no-repeat 10px center;
    position: relative;
    top: 0;
    transition: all .4s;
}

.top .right ul li.icon1:hover {
    background: url('icon1h.fw.png') no-repeat 10px center;
    top: -3px;
    transition: all .4s;
}

.top .right ul li.icon2 {
    background: url('icon2.fw.png') no-repeat 10px center;
    position: relative;
    top: 0;
    transition: all .4s;
}

.top .right ul li.icon2:hover {
    background: url('icon2h.fw.png') no-repeat 10px center;
    top: -3px;
    transition: all .4s;
}

.top .right ul li.icon3 {
    background: url('icon3.fw.png') no-repeat 10px center;
    position: relative;
    top: 0;
    transition: all .4s;
}

.top .right ul li.icon3:hover {
    background: url('icon3h.fw.png') no-repeat 10px center;
    top: -3px;
    transition: all .4s;
}

.top .right ul li.icon4 {
    background: url('icon4.png') no-repeat 10px center;
    position: relative;
    top: 0;
    transition: all .4s;
}

.top .right ul li.icon4:hover {
    background: url('icon4h.png') no-repeat 10px center;
    top: -3px;
    transition: all .4s;
}

.header {
    height: 100px;
    overflow: hidden;
    padding: 20px 0;
}

.header .right {
    padding-top: 10px;
}

.nav {
    background: #666666;
    height: 40px;
}

.zxdtindex {
    background: #F7F7F7;
    height: 58px;
}

.zxdtindex .bodywidth {
    position: relative;
}

.zxdtindex .left {
    width: 110px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #E4E4E4;
    font-size: 16px;
    color: #FF0000;
}

.zxdtindex .triangle_border_right {
    position: absolute;
    left: 110px;
    top: 0px;
    width: 0;
    height: 0;
    border-width: 30px 0 30px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #E4E4E4;
    z-index: 10;
}

.zxdtindex .right {
    width: 1090px;
    height: 60px;
    background: #F7F7F7;
    position: relative;
}

.zxdtindex .right .marquee {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.zxdtindex .right ul {
    padding-left: 50px;
}

.zxdtindex .right ul li {
    height: 60px;
    line-height: 60px;
}

.zxdtindex .right ul .Time {
    display: none;
}

.zxdtindex .right ul .Cont {
    display: none;
}

.zxdtindex .right .btnT {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 15px;
    height: 7px;
}

.zxdtindex .right .btnB {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 15px;
    height: 7px;
}

.hzhbindex {
    padding: 20px 0;
    overflow: hidden;
}

.hzhbindex .title {
    width: 1200px;
    height: 60px;
    margin: auto;
    margin-bottom: 50px;
    border-bottom: 1px #ECECEC solid;
    text-align: center;
    color: #333333;
}

.hzhbindex .enTitle {
    text-align: center;
    font-size: 22px;
    color: #333;
}

.hzhbindex .cnTitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FF0000;
    width: 275px;
    margin: auto;
    background: white;
    height: 50px;
    line-height: 50px;
}

.hzhbindex .content {
    padding: 0px 10px;
    color: #CCCCCC;
}

.hzhbindex .prodImgList {
    width: 1200px;
    overflow: hidden;
    height: 130px;
    padding: 20px 0 0;
}

.hzhbindex ul li {
    float: left;
    width: 200px;
    height: 94px;
}

.hzhbindex ul li img {
    width: 166px;
    height: 90px;
    border: 2px #F8F8F8 solid;
}

.cpzsindex {
    background: #F7F7F7;
    height: 900px;
    padding: 40px 0;
    overflow:hidden;
}

.cpzsindex .left {
    width: 220px;
}

.cpzsindex .left .title {
    background: #EAEBEF;
    width: 220px;
    height: 110px;
    font-size: 28px;
    text-align: center;
    line-height: 70px;
    color: #000;
}

.cpzsindex .left .title span {
    display: block;
    font-size: 14px;
    line-height: 10px;
}

.cpzsindex .left .cpzsindex1 {
    border: 1px #E7E2E2 solid;
}

.cpzsindex .left ul li a {
    display: block;
    height:46px;
    line-height:46px;
    background: #F8F8F8;
    text-indent: 20px;
    color: red;
    border-bottom: 1px #CCC dotted;
    background: #FFF url('ico1.fw.png') no-repeat 190px center;
    cursor: pointer;
}

.cpzsindex .left ul li li a {
    color: #333;
    background: url('ico2.fw.png') no-repeat 190px center;
    font-size: 13px;
}

.cpzsindex .left ul ul {
    display: none;
}

.cpzsindex .left ul li:first-child ul {
    display: block;
}

.cpzsindex .left ul li ul li {
    border-bottom: 1px #CCC dotted;
    background: #FFF url('ico1.fw.png') no-repeat 190px center;
}

.cpzsindex .left ul li ul li a {
    height:36px;
    line-height: 26px;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cpzsindex .left ul li ul li:hover {
    background: #EEE url('ico2.fw.png') no-repeat 190px center;
}

.cpzsindex .left ul li ul>li:nth-child(2n+1):hover {
    background: #E1E1E1 url('ico2.fw.png') no-repeat 190px center;
}

.cpzsindex .right {
    width: 975px;
}

.cpzsindex .right .clearfix::after {
    clear: both;
    display: block;
    height: 0;
    content: '';
}

.cpzsindex .right #container {
    margin: 0 auto;
}

.cpzsindex .right #container li {
    float: left;
    width: 300px;
    height: 255px;
    border-bottom: 5px #DDDDDD solid;
    border-right: 5px #DDDDDD solid;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    margin-bottom: 20px;
}

.cpzsindex .right #container li .img {
    width: 300px;
    height: 200px;
    display: block;
    -moz-transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    transition: .5s ease-in;
}

.cpzsindex .right #container li .img img {
    width: 300px;
    height: 200px;
}

.cpzsindex .right #container li .bottom {
    width: 300px;
    height: 55px;
    background: #F7F7F7;
    position: relative;
}

.cpzsindex .right #container li .bottom .name {
    position: absolute;
    top: 17px;
    left: 10px;
    font-size: 16px;
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cpzsindex .right #container li .bottom .name a:hover {
    color: #000;
    text-decoration: underline;
}

.cpzsindex .right #container li .bottom .more {
    position: absolute;
    top: 10px;
    right: 10px;
}

.cpzsindex .right #container li p {
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: -200px;
    color: #ffffff;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.cpzsindex .right #container li p i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
    background: #000000;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

.cpzsindex .right #container li p span {
    display: block;
    width: 80%;
    height: 80%;
    margin: 17px auto;
    line-height: 24px;
    font-size: 12px;
    overflow: hidden;
}

.cpzsindex .right #container li p span a {
    color: white;
}

.sdysindex {
    padding: 20px 0;
    overflow: hidden;
}

.sdysindex .title {
    padding-bottom: 20px;
    overflow: hidden;
}

.sdysindex1 {
    position: relative;
    height: 420px;
}

.sdysindex1 ul .s1 {
    position: absolute;
    left: 70px;
    top: 0;
    background: url('bg1.fw.png') no-repeat left top;
    width: 450px;
    height: 83px;
    z-index: 10;
}

.sdysindex1 ul .s1 .name {
    background: url('bq.fw.png') no-repeat 320px center;
    font-size: 22px;
    text-align: right;
    padding-right: 20px;
    padding-right: 30px;
    height: 50px;
    line-height: 50px;
}

.sdysindex1 ul .s1 .cont {
    height: 33px;
    text-align: right;
    padding-right: 30px;
    font-size: 16px;
    color: #444444;
}

.sdysindex1 ul .s2 {
    position: absolute;
    left: 0px;
    top: 160px;
    background: url('bg1.fw.png') no-repeat left top;
    width: 450px;
    height: 83px;
    z-index: 10;
}

.sdysindex1 ul .s2 .name {
    background: url('bq.fw.png') no-repeat 320px center;
    font-size: 22px;
    text-align: right;
    padding-right: 20px;
    padding-right: 30px;
    height: 50px;
    line-height: 50px;
}

.sdysindex1 ul .s2 .cont {
    height: 33px;
    text-align: right;
    padding-right: 30px;
    font-size: 16px;
    color: #444444;
}

.sdysindex1 ul .s3 {
    position: absolute;
    left: 70px;
    top: 320px;
    background: url('bg1.fw.png') no-repeat left top;
    width: 450px;
    height: 83px;
    z-index: 10;
}

.sdysindex1 ul .s3 .name {
    background: url('bq.fw.png') no-repeat 320px center;
    font-size: 22px;
    text-align: right;
    padding-right: 20px;
    padding-right: 30px;
    height: 50px;
    line-height: 50px;
}

.sdysindex1 ul .s3 .cont {
    height: 33px;
    text-align: right;
    padding-right: 30px;
    font-size: 16px;
    color: #444444;
}

.sdysindex1 .s4 {
    background: url('ys.fw.png') no-repeat left top;
    width: 411px;
    height: 411px;
    position: absolute;
    top: 0px;
    left: 440px;
    z-index: 1;
}

.sdysindex1 ul .s5 {
    position: absolute;
    left: 770px;
    top: 0px;
    background: url('bg2.fw.png') no-repeat left top;
    width: 450px;
    height: 83px;
    z-index: 10;
}

.sdysindex1 ul .s5 .name {
    background: url('bq.fw.png') no-repeat 30px center;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    text-indent: 60px;
}

.sdysindex1 ul .s5 .cont {
    height: 33px;
    padding-right: 30px;
    font-size: 16px;
    color: #444444;
    text-indent: 35px;
}

.sdysindex1 ul .s6 {
    position: absolute;
    left: 820px;
    top: 160px;
    background: url('bg2.fw.png') no-repeat left top;
    width: 450px;
    height: 83px;
    z-index: 10;
}

.sdysindex1 ul .s6 .name {
    background: url('bq.fw.png') no-repeat 30px center;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    text-indent: 60px;
}

.sdysindex1 ul .s6 .cont {
    height: 33px;
    padding-right: 30px;
    font-size: 16px;
    color: #444444;
    text-indent: 35px;
}

.sdysindex1 ul .s7 {
    position: absolute;
    left: 770px;
    top: 320px;
    background: url('bg2.fw.png') no-repeat left top;
    width: 450px;
    height: 83px;
    z-index: 10;
}

.sdysindex1 ul .s7 .name {
    background: url('bq.fw.png') no-repeat 30px center;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    text-indent: 60px;
}

.sdysindex1 ul .s7 .cont {
    height: 33px;
    padding-right: 30px;
    font-size: 16px;
    color: #444444;
    text-indent: 35px;
}

.reasonindex {
    overflow: hidden;
}

.reasonindex .titlebg {
    height: 190px;
    background: url('titlebg.jpg') no-repeat center top;
}

.reasonindex .bodywidth {
    position: relative;
    height: 1100px;
}

.reasonindex .bodywidth .reason1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
    height: 300px;
}

.reasonindex .bodywidth .title {
    padding: 10px 0;
    overflow: hidden;
}

.reasonindex .bodywidth .sztitle {
    float: left;
    background: url('title.fw.png') no-repeat left top;
    width: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 30px;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    color: white;
}

.reasonindex .bodywidth .title .cntitle {
    float: left;
    width: 500px;
    color: #D71919;
    font-size: 25px;
    background: url('title1.fw.png') no-repeat 20px bottom;
    height: 40px;
    padding-left: 20px;
    font-weight: bold;
}

.reasonindex .bodywidth .title .entitle {
    float: left;
    padding-left: 20px;
    font-size: 18px;
    color: #AAAAAA;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    padding-top: 5px;
}

.reasonindex .bodywidth .cont {
    overflow: hidden;
    font-size: 16px;
    padding: 10px 0;
}

.reasonindex .bodywidth .cont .cont1 {
    background: url('icon.fw.png') no-repeat left center;
    height: 45px;
    line-height: 45px;
    text-indent: 30px;
    color: #777777;
}

.reasonindex .bodywidth .cont .cont2 {
    background: url('icon.fw.png') no-repeat left center;
    height: 45px;
    line-height: 45px;
    text-indent: 30px;
    color: #777777;
}

.reasonindex .bodywidth .cont .cont3 {
    background: url('icon.fw.png') no-repeat left center;
    height: 45px;
    line-height: 45px;
    text-indent: 30px;
    color: #777777;
}

.reasonindex .bodywidth .cont .cont4 {
    background: url('icon.fw.png') no-repeat left center;
    height: 45px;
    line-height: 45px;
    text-indent: 30px;
    color: #777777;
}

.reasonindex .bodywidth .reason2 {
    position: absolute;
    right: 0;
    top: -50px;
    width: 555px;
    height: 300px;
}

.reasonindex .bodywidth .reason3 {
    position: absolute;
    left: 0;
    top: 260px;
    width: 600px;
    height: 300px;
}

.reasonindex .bodywidth .reason4 {
    position: absolute;
    right: 0;
    top: 420px;
    width: 590px;
    height: 300px;
}

.reasonindex .bodywidth .reason5 {
    position: absolute;
    left: 0;
    top: 700px;
    width: 600px;
    height: 300px;
}

.reasonindex .bodywidth .reason6 {
    position: absolute;
    right: 0;
    top: 700px;
    width: 460px;
    height: 300px;
}

.jdalindex {
    background: #F5F5F5;
    height: 360px;
    overflow: hidden;
}

.jdalindex .bodywidth {
    padding: 20px 0;
    overflow: hidden;
}

.jdalindex .title {
    width: 1200px;
    height: 60px;
    margin: auto;
    margin-bottom: 50px;
    border-bottom: 1px #CCCCCC solid;
    text-align: center;
    color: #333333;
}

.jdalindex .enTitle {
    text-align: center;
    font-size: 22px;
    color: #333;
}

.jdalindex .cnTitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FF0000;
    width: 275px;
    margin: auto;
    background: #F5F5F5;
    height: 50px;
    line-height: 50px;
}

.jdalindex .content {
    padding: 0px 10px;
    color: #CCCCCC;
}

.jdalindex .prodImgList1 {
    width: 1200px;
    overflow: hidden;
    height: 300px;
}

.jdalindex ul {
    padding: 10px 0;
    overflow: hidden;
}

.jdalindex ul li {
    float: left;
    width: 220px;
    height: 190px;
    text-align: center;
    padding-left: 20px;
}

.jdalindex ul li:first-child {
    padding: 0;
}

.jdalindex ul li .image {
    width: 220px;
    height: 150px;
}

.jdalindex ul li .image img {
    width: 220px;
    height: 150px;
}

.jdalindex ul li .name {
    text-align: center;
    padding-top: 5px;
}

.khjzindex {
    padding: 20px 0;
    overflow: hidden;
}

.khjzindex .title {
    width: 1200px;
    height: 60px;
    margin: auto;
    margin-bottom: 50px;
    border-bottom: 1px #CCCCCC solid;
    text-align: center;
    color: #333333;
}

.khjzindex .enTitle {
    text-align: center;
    font-size: 22px;
    color: #333;
}

.khjzindex .cnTitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FF0000;
    width: 275px;
    margin: auto;
    background: #FFF;
    height: 50px;
    line-height: 50px;
}

.khjzindex .content {
    padding: 0px 10px;
    color: #CCCCCC;
}

.khjzindex ul {
    padding: 20px 0;
    overflow: hidden;
}

.khjzindex ul li {
    float: left;
    width: 380px;
    padding-left: 30px;
}

.khjzindex ul li:first-child {
    padding: 0;
}

.khjzindex ul .image {
    float: left;
    width: 180px;
}

.khjzindex ul .image img {
    width: 180px;
    height: 125px;
}

.khjzindex ul .name {
    float: left;
    padding-left: 20px;
    width: 180px;
    height: 30px;
}

.khjzindex ul .name a {
    color: #000;
    font-size: 13px;
}

.khjzindex ul .time {
    float: left;
    padding-left: 20px;
    color: #525252;
    width: 180px;
    height: 24px;
}

.khjzindex ul .cont {
    float: left;
    padding-left: 20px;
    width: 180px;
    font-size: 13px;
    line-height: 180%;
    height: 45px;
    color: #535353;
}

.khjzindex ul .more {
    float: left;
    padding-left: 20px;
    width: 180px;
    padding-top: 5px;
}

.khjzindex ul .more a {
    color: #FF0000;
}

.gywmindex {
    height: 550px;
    background: url('gywmbg.jpg') no-repeat left top;
}

.gywmindex .bodywidth {
    padding: 20px 0;
    overflow: hidden;
}

.gywmindex .title {
    width: 1200px;
    height: 60px;
    margin: auto;
    margin-bottom: 50px;
    border-bottom: 1px #CCCCCC solid;
    text-align: center;
    color: #333333;
}

.gywmindex .enTitle {
    text-align: center;
    font-size: 22px;
    color: #333;
}

.gywmindex .cnTitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FF0000;
    width: 275px;
    margin: auto;
    background: #F3F3F3;
    height: 50px;
    line-height: 50px;
}

.gywmindex .content {
    padding: 0px 10px;
    color: #CCCCCC;
}

.gywmindex1 {
    position: relative;
    height: 371px;
}

.gywmindex .bodywidth ul .cont {
    position: relative;
    left: 0;
    top: 0px;
    width: 730px;
    color: #333333;
    line-height: 300%;
}

.gywmindex .bodywidth ul .more {
    position: absolute;
    bottom: 30px;
    left: 0;
}

.gywmindex .bodywidth ul .more a {
    color: red;
}

.gywmindex .bodywidth ul .image {
    position: absolute;
    top: 0px;
    right: 0;
    width: 445px;
    height: 371px;
}

.gywmindex .bodywidth ul .image img {
    width: 445px;
    height: 371px;
}

.scsbindex {
    padding: 20px 0;
    overflow: hidden;
}

.scsbindex .title {
    width: 1200px;
    height: 60px;
    margin: auto;
    margin-bottom: 50px;
    border-bottom: 1px #CCCCCC solid;
    text-align: center;
    color: #333333;
}

.scsbindex .enTitle {
    text-align: center;
    font-size: 22px;
    color: #333;
}

.scsbindex .cnTitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FF0000;
    width: 275px;
    margin: auto;
    background: #FFF;
    height: 50px;
    line-height: 50px;
}

.scsbindex .content {
    padding: 0px 10px;
    color: #CCCCCC;
}

.scsbindex ul {
    padding: 20px 0;
    overflow: hidden;
}

.scsbindex ul li {
    float: left;
    width: 280px;
    padding-left: 25px;
}

.scsbindex ul li:first-child {
    padding: 0;
}

.scsbindex ul .image {
    width: 280px;
    height: 216px;
}

.scsbindex ul .image img {
    width: 280px;
    height: 216px;
}

.scsbindex ul .name {
    width: 280px;
    text-align: center;
    padding-top: 5px;
}

.yqljindex {
    background: #F5F5F5;
    height: 170px;
}

.yqljindex .bodywidth {
    padding: 20px 0;
    overflow: hidden;
}

.yqljindex .title {
    width: 1200px;
    height: 60px;
    margin: auto;
    margin-bottom: 50px;
    border-bottom: 1px #CCCCCC solid;
    text-align: center;
    color: #333333;
}

.yqljindex .enTitle {
    text-align: center;
    font-size: 22px;
    color: #333;
}

.yqljindex .cnTitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FF0000;
    width: 275px;
    margin: auto;
    background: #F5F5F5;
    height: 50px;
    line-height: 50px;
}

.yqljindex .content {
    padding: 0px 10px;
    color: #CCCCCC;
}

.yqljindex .bodywidth ul li {
    float: left;
}

.nbanner {
    position: relative;
    height: 300px;
}

.nbanner1 {
    height: 300px;
    position: absolute;
}

.nbanner1 img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.neiyecont1 {
    overflow: hidden;
    padding: 20px 0;
}

.neiyecont1_1 {
    width: 970px;
}

.neiyecont1_1_1 {
    padding: 10px 0;
    border: 1px #EEE solid;
    border-radius: 3px;
    text-indent: 10px;
}

.neiyecont1_1_2 {
    border: 1px #EEE solid;
    border-radius: 5px;
    padding: 20px 5px;
    margin-top: 20px;
    min-height: 800px;
}

.neiyecont1_2 {
    width: 202px;
}

.neiyecont1_2_1 {}

.neiyecont1_2_1 .title {
    padding: 8px 0;
    font-size: 16px;
    color: red;
    border: 1px #EEE solid;
    border-radius: 3px;
    text-align: center;
}

.neiyecont1_2_1_1 {
    border: 1px #EEE solid;
    border-top: none;
}

.neiyecont1_2_1_1 ul {
    padding: 10px 0;
}

.neiyecont1_2_1_1 ul li {
    height: 45px;
}

.neiyecont1_2_1_1 ul li a {
    display: block;
    width: 180px;
    margin: auto;
    border: 1px #EEE solid;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    text-indent: 30px;
    background: url('icon5.fw.png') no-repeat 15px center;
    	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.neiyecont1_2_1_1 ul ul {
    display: none;
}

.neiyecont1_2_2 {
    padding-top: 20px;
}

.neiyecont1_1_2 #container {}

.neiyecont1_1_2 #container li {
    float: left;
    width: 300px;
    height: 255px;
    border-bottom: 5px #DDDDDD solid;
    border-right: 5px #DDDDDD solid;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
    margin-bottom: 20px;
}

.neiyecont1_1_2 #container li .img {
    width: 300px;
    height: 200px;
    display: block;
    -moz-transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    transition: .5s ease-in;
}

.neiyecont1_1_2 #container li .img img {
    width: 300px;
    height: 200px;
}

.neiyecont1_1_2 #container li .bottom {
    width: 300px;
    height: 55px;
    background: #F7F7F7;
    position: relative;
}

.neiyecont1_1_2 #container li .bottom .name {
    position: absolute;
    top: 17px;
    left: 10px;
    font-size: 16px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.neiyecont1_1_2 #container li .bottom .name a:hover {
    color: #000;
    text-decoration: underline;
}

.neiyecont1_1_2 #container li .bottom .more {
    position: absolute;
    top: 20px;
    right: 10px;
}

.neiyecont1_1_2 #container li .bottom .more a {
    color: red;
}

.neiyecont1_1_2 #container li p {
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: -200px;
    color: #ffffff;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.neiyecont1_1_2 #container li p i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
    background: #000000;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

.neiyecont1_1_2 #container li p span {
    display: block;
    width: 80%;
    height: 80%;
    margin: 17px auto;
    line-height: 24px;
    font-size: 12px;
    overflow: hidden;
}

.neiyecont1_1_2 #container li p span a {
    color: white;
}

.neiyecont1_2_2 .title {
    padding: 8px 0;
    font-size: 16px;
    color: red;
    border: 1px #EEE solid;
    border-radius: 3px;
    text-align: center;
}

.neiyecont1_2_2_1 {
    border: 1px #EEE solid;
    border-top: none;
}

.neiyecont1_2_2 ul {
    padding: 10px;
}

.neiyecont1_2_2 ul li {
    width: 180px;
    height: 170px;
}

.neiyecont1_2_2 ul li .image img {
    width: 170px;
    height: 130px;
    padding: 4px;
    border: 1px #CCC solid;
}

.neiyecont1_2_2 ul li .name {
    text-align: center;
    width: 180px;
}

.neiyecont1_2_3 {
    padding-top: 20px;
}

.neiyecont1_2_3 .title {
    padding: 8px 0;
    font-size: 16px;
    color: red;
    border: 1px #EEE solid;
    border-radius: 3px;
    text-align: center;
}

.neiyecont1_2_3_1 {
    border: 1px #EEE solid;
    border-top: none;
}

.neiyecont1_2_3_1 {
    padding: 10px 0;
}

.neiyecont1_2_3_1 .Name {
    width: 190px;
    text-indent: 25px;
    background: url('icon6.fw.png') no-repeat 10px center;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.neiyecont1_2_3_1 .Time {
    display: none;
}

.neiyecont1_2_4 {
    padding-top: 20px;
}

.neiyecont1_2_4 .title {
    padding: 8px 0;
    font-size: 16px;
    color: red;
    border: 1px #EEE solid;
    border-radius: 3px;
    text-align: center;
}

.neiyecont1_2_4 img {
    margin: 0;
    padding: 0;
}

.neiyecont1_2_4_1 {
    border: 1px #EEE solid;
    border-top: none;
}

.neiyecont1_2_4_1 p {
    margin: 0 auto;
    width: 180px;
    padding: 10px;
    line-height: 200%;
    font-size: 12px;
}

.neiyecont2 {
    overflow: hidden;
    padding: 20px 0;
}

.neiyecont2_1 {
    padding: 10px 0;
    border: 1px #EEE solid;
    border-radius: 3px;
    text-indent: 10px;
}

.neiyecont2_2 {
    padding: 20px 0;
}

.bottom {
    background: #222222;
    height: 200px;
    overflow: hidden;
}

.bottom ul li {
    float: left;
    font-size: 18px;
    color: white;
}

.bottom ul li ul li {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 200px;
}

.bottom ul li ul li a {
    color: #AAAAAA;
}

.bottom ul li ul li a:hover {
    color: red;
    text-decoration: underline;
}

.bottom1 {
    width: 200px;
    height: 50px;
    line-height: 50px;
}

.bottom2 {
    width: 200px;
    height: 50px;
    line-height: 50px;
}

.bottom3 {
    width: 200px;
    height: 50px;
    line-height: 50px;
}

.bottom4 {
    float: right;
    width: 600px;
    text-align: right;
    padding-top: 20px;
}

.footer {
    background: #373737;
    height: 40px;
    line-height: 40px;
    border-top: 1px #454545 solid;
    overflow: hidden;
    color: white;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: red;
    text-decoration: underline;
}

.gsjj {
    width: 920px;
    height: 520px;
    clear: both;
    overflow: hidden;
    padding: 20px;
}

.gsjj .left {
    width: 600px;
}

.gsjj .left img {
    max-width: 600px;
    max-height: 450px;
}

.gsjj .right {
    width: 280px;
}

.left .picChangePicList img {
    cursor: pointer;
}

.gsjj .ProdName {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}

.gsjj .consult {
    float: left;
    width: 90px;
    height: 30px;
    background: red;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}

.gsjj .consult a {
    color: white;
}

.gsjj .message {
    float: left;
    width: 90px;
    height: 30px;
    background: red;
    line-height: 30px;
    text-align: center;
    margin-left: 20px;
    border-radius: 3px;
}

.gsjj .message a {
    color: white;
}

.gsjj .share {
    color: #666;
    padding-top: 25px;
    font-size: 14px;
    width: 240px;
    clear: both;
    overflow: hidden;
}

.gsjj .share span {
    display: block;
    float: left;
    padding-top: 4px;
}

.gsjj1 {
    clear: both;
    width: 920px;
    padding: 0px 20px;
}

.gsjj1 h3 {
    background: url('icon.png') no-repeat left center;
    height: 48px;
    line-height: 48px;
    width: 148px;
    text-indent: 20px;
    color: white;
    font-weight: normal;
}


/*******资质证书*******/

.alzs {
    overflow: hidden;
}

.alzs ul li {
    float: left;
    width: 280px;
    margin-left: 20px;
    margin-top: 20px;
    background: #E1E1E1;
    height: 350px;
    text-align: left;
}

.alzs ul li img {
    width: 280px;
    height: 220px;
}

.alzs ul li .name {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px #EEE solid;
    width: 260px;
    margin: auto;
}

.alzs ul li .cont {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    color: #AAA;
}

.ryzs {
    overflow: hidden;
}

.ryzs ul li {
    float: left;
    width: 280px;
    margin-left: 20px;
    margin-top: 20px;
    background: #E1E1E1;
    height: 320px;
    text-align: left;
}

.ryzs ul li img {
    width: 280px;
    height: 220px;
}

.ryzs ul li .name {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px #EEE solid;
    width: 260px;
    margin: auto;
}

.ryzs ul li .cont {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    color: #AAA;
}

.scsb {
    overflow: hidden;
}

.scsb ul li {
    float: left;
    width: 280px;
    margin-left: 20px;
    margin-top: 20px;
    background: #E1E1E1;
    height: 270px;
    text-align: left;
}

.scsb ul li img {
    width: 280px;
    height: 220px;
}

.scsb ul li .name {
    text-align: center;
    padding: 5px 0;
    width: 260px;
    margin: auto;
}

.gsjjnycontent3 {
    height: 400px;
    overflow: hidden;
}

.gsjjnycontent3 .left {
    width: 560px;
}

.gsjjnycontent3 .left .title {
    font-size: 20px;
    padding: 10px 0;
    border-bottom: 1px #CCC solid;
}

.gsjjnycontent3 .left p {
    font-size: 14px;
    color: #878787;
    line-height: 140%;
    padding-top: 10px;
}

.gsjjnycontent3 .right {
    width: 600px;
}

.gsjjnycontent4 {
    height: 400px;
    overflow: hidden;
}

.gsjjnycontent4 .left {
    width: 600px;
}

.gsjjnycontent4 .right {
    width: 560px;
}

.gsjjnycontent4 .right .title {
    font-size: 20px;
    padding: 20px 0;
    border-bottom: 1px #CCC solid;
}

.gsjjnycontent4 .right p {
    font-size: 14px;
    color: #878787;
    line-height: 140%;
    padding-top: 10px;
}

.khlg {
    padding: 10px 10px;
    overflow: hidden;
}

.khlg ul li {
    float: left;
    width: 166px;
    text-align: center;
    height: 130px;
    border: 1px #EEE solid;
    margin-left: 50px;
    margin-bottom: 30px;
}

.khlg ul li img {
    width: 166px;
    height: 90px;
}

.khlg ul li span {
    display: block;
    width: 166px;
    text-align: center;
}


/***分页***/

.pageNav {
    clear: both;
    text-align: center;
}

.pageNav span {
    display: inline-block;
    padding: 5px;
    border: 1px #EEE solid;
    margin: 2px;
    cursor: pointer;
}

.pageNav span:hover {
    background-color: #EEE;
}

.pageNav span.now {
    background-color: #333;
    color: white;
}